home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / pitdemo.dir / 00011.ls < prev    next >
Encoding:
Text File  |  1995-12-13  |  226 b   |  12 lines

  1. on exitFrame
  2.   global gwhichOne
  3.   if gwhichOne = "Video" then
  4.     play frame 65 of movie "MOVIES.DIR"
  5.   else
  6.     if gwhichOne = "Exit" then
  7.       sound stop 2
  8.       play frame 3 of movie "actvdemo.dir"
  9.     end if
  10.   end if
  11. end
  12.